home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Utilities / CCS Stack / CCS 2.05 Demo / CCS 2.05 Demo.rsrc / TEXT_12.txt < prev    next >
Text File  |  1990-03-08  |  593b  |  27 lines

  1. LAND  Logical AND
  2. ASL  Arithmetic Shift Left
  3. ASR  Arithmetic Shift Right
  4. BCH  Bit Change
  5. BCL  Bit Clear
  6. BSE  Bit Set
  7. BTS  Sum number of Bits
  8. BTST Bit Test
  9. EXT  Sign Extend
  10. LJX  Left Justify word in X-Reg
  11. LSL¬†Logical Shift Left
  12. LSR  Logical Shift Right
  13. MSL Mask Left
  14. MSR Mask Right
  15. NOT  NOT Logical
  16. OR¬†¬†OR Logical
  17. RLC  Rotate Left  thru Carry
  18. RLM Multiple RLC thru Carry
  19. RLN  Multiple Rotate Left
  20. ROL  Rotate Left
  21. ROR  Rotate Right
  22. RRC  Rotate Right thru Carry
  23. RRM Multiple RRC thru Carry
  24. RRN  Multiple Rotate Right
  25. SWS Set Word Size (8,16,32)
  26. WS? Word Size Status
  27. XOR  Exclusive OR Logical